home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2001 #13
/
CD 13 (Black) - 2001.iso
/
K-CS.DCR
/
00363.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-08-24
|
229 b
|
16 lines
property startPos, StartTicks
on new me
cursor(4)
set startPos to the locH of sprite 4
set StartTicks to the ticks
end
on exitFrame
if the ticks > (StartTicks + 720) then
go(#next)
else
go(#loop)
end if
end